home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Multimedia / Movie3.0 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-07-31  |  1.3 KB  |  57 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Movie
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = appIcon.tiff
  16. DOCICONS = movieDoc.tiff movieDoc.tiff movieDoc.tiff movieDoc.tiff\
  17.            movieDoc.tiff movieDoc.tiff movieDoc.tiff movieDoc.tiff\
  18.            movieDoc.tiff movieDoc.tiff movieDoc.tiff movieDoc.tiff\
  19.            movieDoc.tiff
  20.  
  21. GLOBAL_RESOURCES = Movie.nib Prefs.nib Projectionist.nib appIcon.tiff\
  22.                    movieDoc.tiff
  23.  
  24. CLASSES = Animation.m Animator.m Controller.m MovieView.m\
  25.           Projectionist.m
  26.  
  27. HFILES = Animation.h Animator.h Controller.h MovieView.h\
  28.          Projectionist.h
  29.  
  30. MFILES = Movie_main.m
  31.  
  32. PSWFILES = wraps.psw
  33.  
  34.  
  35.  
  36. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  37. MAKEFILE = app.make
  38. INSTALLDIR = $(HOME)/Apps
  39. INSTALLFLAGS = -c -s -m 755
  40. SOURCEMODE = 444
  41.  
  42. ICONSECTIONS =    -sectcreate __ICON app appIcon.tiff \
  43.         -sectcreate __ICON movieDoc movieDoc.tiff
  44.  
  45. LIBS = -lMedia_s -lNeXT_s
  46. DEBUG_LIBS = $(LIBS)
  47. PROF_LIBS = $(LIBS)
  48.  
  49.  
  50. -include Makefile.preamble
  51.  
  52. include $(MAKEFILEDIR)/$(MAKEFILE)
  53.  
  54. -include Makefile.postamble
  55.  
  56. -include Makefile.dependencies
  57.